Forum Activity for @douglas

douglas
@douglas
10/29/16 09:16:59AM
2,806 posts

Chat drawer button URL/link/code


Using Jamroom

This should work:

<a onclick="jrChat_toggle()" title="Chat" data-state="enabled">Chat</a>

Hope this helps!
douglas
@douglas
10/29/16 09:12:13AM
2,806 posts

Reversing the order of replies to forum discussion (newest first)


Using Jamroom

In your ACP > Item Features > Comments > Global Config > List Options change the Comment Sort direction to "Newest Comment First"

Be sure to clear your cache if you are NOT running in developer mode.

Hope this helps!
douglas
@douglas
10/28/16 07:16:00AM
2,806 posts

User reports "Stay Logged In" doesn't work


Using Jamroom

Does she have cookies disabled in her browser settings?
douglas
@douglas
10/25/16 03:20:16PM
2,806 posts

Adding Pages at Top Menu


Using Jamroom

xmafax:
I use Projam Dark.
Thanks

The menu code is in the skins/jrProJam/header_menu_desktop.tpl file, there is also a mobile menu file, skins/jrProJam/header_menu_mobile.tpl.

You can either modify them with a code editor and FTP the files, or you can modify them via the skins template section. ACP > Skins > ProJam Dark > Templates.

Hope this helps!
douglas
@douglas
10/25/16 01:27:12PM
2,806 posts

Adding Pages at Top Menu


Using Jamroom

It will depend on which skin you are using, but you would have to modify the menu template if you don't want to use Site Builder.
douglas
@douglas
10/22/16 05:55:25AM
2,806 posts

Member pages on Sage skin - how to edit?


Ning To Jamroom

Deb W."]
On the member page, I want to get rid of all the boxes except for the Featured and Members. I don't know how to do that. If I need to start a new page using site builder, how to create the two boxes that I want to keep?

In your members.tpl file, find this:

<div class="col9">

and change it to this:

<div class="col12 last">

then find this code:

        <div class="col3 last">
            <div class="body_1">
                {jrCore_include template="side.tpl"}
            </div>
        </div>

and either delete it or comment it out.

You can do the same for the evens.tpl


Deb W.:
Another issue with the member page is that it's not actually listing all our members - we created a couple fake regular members and they don't show up. Also I don't know how we "featured" the admins... it just happened...
Any thoughts or suggestions on how to proceed?
Deb

Make sure you have the quota ID's set in your sins config settings. ACP > Skin Settings

Hope this helps!
douglas
@douglas
10/12/16 06:15:48AM
2,806 posts

Slider using SiteBuilder template code widget


Design and Skin Customization

It has been a while since I've looked at the CSS file for the image slider, but I do believe the height is set in the slider.css file.

Hope this helps!
douglas
@douglas
10/10/16 06:17:36AM
2,806 posts

Blog Post Order as shown in a Blog Category


Ning To Jamroom

It is set to order_by="blog_publish_date numerical_desc" are you wanting order_by="blog_publish_date numerical_asc" instead?
douglas
@douglas
10/09/16 10:29:32AM
2,806 posts

Blog Post Order as shown in a Blog Category


Ning To Jamroom

You are correct, it is ordered by blog_publish_date actually, but it doesn't look like this is something you can control at the template level.

I'll open a ticket and see if we can find a way to allow the site admin to change the order_by for the profile category list.

Thanks!
douglas
@douglas
10/09/16 09:28:50AM
2,806 posts

Pinterest Index.html editing


Installation and Configuration

You should first try adding your code or line without using the literal tags as posted above, if it doesn't work, then try adding your code where it says "Your code here...".

Hope this helps!
  83